|
Author
|
Topic: Buggy script maker !!
|
JohnCroft Member Posts: 251 From:Germany Registered: Nov 2000
|
posted 11-29-2000 09:58 PM
Hi,when I try to use the script maker after changing something within the script there´s a problem: >script script.txt works fine >del ..\*.dat works fine >copy script.dat ..\ >copy german.dat ..\ both give me "no such file or directory" !!
So after using the batch file I need to copy the two generated files, "script.dat" and "german.dat" into the directory "../" manually, or the game will crashing immediately upon start. Any bugfixes so far available?
IP: Logged |
Reb@Eidos Administrator Posts: 290 From: Registered: Nov 2000
|
posted 12-01-2000 09:56 AM
If you used the delete command, you may have deleted the files you wanted to copy into your root directory. Also, you may not be copying all the files....when you run script script.txt, it generates 3 new files. You need to copy the Strings.h file into your root directory as well. IP: Logged |
JohnCroft Member Posts: 251 From:Germany Registered: Nov 2000
|
posted 12-01-2000 10:08 AM
No no no no no!That was the output generated by German Script.bat from C:\Program Files\Core Design\trle\Script which is installed by the level editor itself! I only used this batch file as stated in the manual! IP: Logged |
Reb@Eidos Administrator Posts: 290 From: Registered: Nov 2000
|
posted 12-01-2000 02:36 PM
Sorry, I'm a little confused. When you ran the DOS command from the Scripts folder, where there three new files generated in the Scripts folder? If everything is working properly, you should have 3 new files there - script.dat, english.dat and strings.h. These would then need to be copied into the root directory over the existing files. IP: Logged |
JohnCroft Member Posts: 251 From:Germany Registered: Nov 2000
|
posted 12-02-2000 12:09 AM
quote: Originally posted by Reb@Eidos: Sorry, I'm a little confused. When you ran the DOS command from the Scripts folder, where there three new files generated in the Scripts folder? If everything is working properly, you should have 3 new files there - script.dat, english.dat and strings.h. These would then need to be copied into the root directory over the existing files.
Datenträger in Laufwerk C: WINDOZE Seriennummer des Datenträgers: 2361-12DF Verzeichnis von C:\Programme\Core Design\trle\Script . 24.11.00 16:15 . .. 24.11.00 16:15 .. ENGLISH TXT 8.130 08.11.00 20:17 ENGLISH.TXT SCRIPT TXT 6.991 29.11.00 19:51 SCRIPT.TXT SCRIPT EXE 109.020 22.06.00 17:51 SCRIPT.EXE DOS4GW EXE 265.396 29.02.96 12:06 DOS4GW.EXE FRENCH TXT 9.218 11.11.00 16:40 FRENCH.TXT ITALIAN TXT 8.997 11.11.00 18:06 ITALIAN.TXT SPANISH TXT 9.284 11.11.00 17:32 SPANISH.TXT FRENCH DAT 7.949 29.11.00 19:51 FRENCH.DAT GERMAN DAT 7.741 29.11.00 19:51 GERMAN.DAT ITALIAN DAT 7.784 29.11.00 19:51 ITALIAN.DAT SPANISH DAT 7.908 29.11.00 19:51 SPANISH.DAT SCRIPT DAT 1.590 29.11.00 19:51 SCRIPT.DAT ENGLISH DAT 6.906 29.11.00 19:51 ENGLISH.DAT ENGLIS~1 BAT 89 11.11.00 16:28 English Script.bat FRENCH~1 BAT 88 11.11.00 16:28 French Script.bat GERMAN~1 BAT 88 11.11.00 16:28 German Script.bat ITALIA~1 BAT 89 11.11.00 16:29 Italian Script.bat SPANIS~1 BAT 89 11.11.00 16:29 Spanish Script.bat GERMAN TXT 8.968 29.11.00 19:51 German.txt 19 Datei(en) 466.325 Bytes 2 Verzeichnis(se) 15.990.784 Bytes frei This is my original script directory.
German Script.bat looks as follows: >>> script script.txt del ..\*.dat copy script.dat ..\ copy german.dat ..\ del strings.h <<< Executing this gives me: >>> DOS/4GW Protected Mode Run-time Version 1.97 Copyright (c) Rational Systems, Inc. 1990-1994
SCRIPT v0.10a Converting SCRIPT.TXT SCRIPT.DAT WARNING : Could not find 'US.TXT' WARNING : Could not find 'JAPAN.TXT' WARNING : Could not find 'DUTCH.TXT' C:\Programme\Core Design\trle\Script>del ..\*.dat
C:\Programme\Core Design\trle\Script>copy script.dat ..\ Ungültiges Verzeichnis C:\Programme\Core Design\trle\Script>copy german.dat ..\ Ungültiges Verzeichnis C:\Programme\Core Design\trle\Script>del strings.h <<< "Ungültiges Verzeichnis" means "Invalid directory" !! Hope this helps to find the exact problem! IP: Logged |
Reb@Eidos Administrator Posts: 290 From: Registered: Nov 2000
|
posted 12-06-2000 12:08 PM
Sorry for not responding sooner but I was trying to get some info from the UK...hard with the time differences and all. Still don't know what was released on the 'localized' versions but this might help if you haven't figured it out already.....(and I'm waiting to find out why you can't run the batch file from the DOS window)The script.bat file can be edited. It needs to have the directory name added..that is why you got 'Ungültiges Verzeichnis' message. Add the right path name then save it. You can also add the script script.txt command and do everything in one click it you want! After you edit the script.txt, etc. click on the script.bat icon in your script directory and it should make the changes then transfer and delete the necessary files. (i.e. it should transfer the newly generated script.dat and, in your case, german.dat into the trle root, and then delete them plus the strings.h from your script directory.) Hope this helps... [This message has been edited by Reb@Eidos (edited 12-06-2000).] IP: Logged |